Extension point versioning
In component org.nuxeo.ecm.webapp.bulkedit.BulkEditService
Documentation
The versioning extension point defines the versioning option that will be used before editing a document through bulk edit. The default value will be MINOR, to keep compatibility with previous releases. Possible values are NONE, MINOR OR MAJOR (see VersioningOption enumeration) Other values will raise an IllegalArgumentException @since 5.7.3
<versioning>
<defaultVersioningOption>MAJOR</defaultVersioningOption>
</versioning>
Contribution Descriptors
- Class: org.nuxeo.ecm.webapp.bulkedit.VersioningDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="versioning" target="org.nuxeo.ecm.webapp.bulkedit.BulkEditService"> <versioning> <defaultVersioningOption>MINOR</defaultVersioningOption> </versioning> </extension>